Longboard Bearings
{% if products.length > 1 %}{{ products.length }} results{% endif %}
- Daddies Steel Built In Skateboard Bearings - Orange
- Daddies Ceramic Built In Skateboard Bearings - White
- Modus Ceramic Skateboard Bearings - White
- Loaded Jehu V2 Precision Skateboard Bearings - Red
- Bones Race Reds Bearings - Black
- Rollerbones Bearings 8mm 16pk
- Zealous Ceramic Built-In Bearings - White
- Zealous Bearings - Green
- Cloud Ride Tube Bearings - Yellow
- Bones Swiss Ceramic Bearings - Black
- Bones Swiss Bearings - Black
- Bones Super Reds Bearings - Black
- Bones Ceramic Super Reds Bearings - White
- Bones Big Balls Bearings - Blue
- Bones Super Swiss 6 Bearings - Blue
- Bronson Eric Dressen Pro G3 Bearings - Red
- Spitfire Cheapshots Skateboard Bearings - Black
- Modus Titanium Skateboard Bearings - Black
- Modus Abec 7 Skateboard Bearings - Blue
- Modus Abec 5 Skateboard Bearings - Blue
- Independent GP-B Bearings - Black
- Bronson Alex Midler Pro G3 Bearings - Pink
- Bronson Breana Geering Pro G3 Bearings - Green
- SKF Oski Pro Bearings - Black
- Bronson Roman Pabich Pro G3 Bearings - White
- Bronson Braden Hoban Pro G3 Bearings - Purple
- Bronson Franky Villani Pro G3 Bearings - Yellow
- Bones Reds Skateboard Bearings - Packs
- CCS Blue Steel Abec 7 Skateboard Bearings - Packaged
- Shake Junt Night Train Bearings - Black
- CCS Ceramic Skateboard Bearings - White
- Bones Super Reds 16 Pack of Bearings - 8mm
- Bronson Ceramic Bearings - Black
- Bronson G2 Bearings - Orange
- Bronson Raw Bearings - Raw
- Bronson Nora Vasconcellos Pro G3 Bearings - Pink
- Bones Reds 16 Pack of Bearings - 7mm
- Shake Junt Abec 7 Bearings - Green
- Shake Junt Low Rider Bearings - Yellow
- Bones Swiss Ceramic 16 Pack of Bearings - 8mm
- Bronson G3 Bearings - Orange
- Bronson Alexis Ramirez Pro G3 Bearings - Black
- Rout Supply Co. Roller Bearings - 16 Pack - 8mm
- Bones Reds Bearings - Completes
- Daddies Board Shop ABEC 7 Skateboard Bearings - Bulk
- Bronson Fabiana Delfino Pro G3 Bearings - Red
- Independent Genuine Parts Bearings - Red
- CCS Blue Steel Abec 7 Bearings - Bulk
- Bones Swiss Original 7 Ball 16 Pack of Bearings - 8mm
- Modus Blue Skateboard Bearings - Blue
- SKF Alexis Pro Bearings - Green
- CCS Set of 2 Blue Steel Abec 7 Skateboard Bearings
- Bones Reds 16 Pack of Bearings - 8mm
- Ace High Performance Bearings - Blue
- Boa Blackbell Ceramic Bearings - Black
- Seismic Fullspin 7-Ball Ceramic XT Bearings
- Seismic Fullspin 7-Ball Steel XT Bearings
- Seismic Fullspin 7-Ball Lite Bearings
{% for product in loader.activeProducts %}
{% for banner in collectionBanners %}
{% if Filters.native.size > 0 and banner.sub == false %}{% continue %}{% endif %}
{% if banner.position == product.position %}
{% endif %}
{% endfor %}
{% endfor %}
{% assign display_wishlist = true %}
{% for tag in Wishlist.data.exclusions %}
{% if product.tags contains tag %}
{% assign display_wishlist = false %}
{% endif %}
{% endfor %}
{% if product == blank %}
{% assign product = Product %}
{% endif %}
{% if display_wishlist %}
{%- if wishlist == blank -%}
{% assign wishlist = Wishlist.data.items | map: 'handle' %}
{% if wishlist[0] == null %}
{% assign wishlist = data.items | map: 'handle' %}
{% endif %}
{%- endif -%}
{%- assign p_title = product.title | replace: '"', '”' -%}
{%- capture wishlist_add -%}
event.preventDefault();
Wishlist.add({
handle: '{{ product.handle }}',
type: '{{ product.type | escpae }}',
image: '{{ product.featured_image }}',
{%- if variant -%}variant: {{ variant.id | json }},{%- endif -%}
title: `{{ p_title }}`
});
[this, _n.sibling(this, '.wishlist__button')].forEach(function(button) { button.classList.toggle('dn')});
{%- endcapture -%}
{% endif %}
{%- if product.member_exclusive contains 'coming_soon' or product.member_exclusive contains 'member_active' -%}
{%- assign year = product.member_end | split: '/' | last | prepend: '/' -%}
{%- assign date = product.member_end | remove: year -%}
{%- if product.member_exclusive contains 'coming_soon' -%}
{%- assign year = product.member_start | split: '/' | last | prepend: '/' -%}
{%- assign date = product.member_start | remove: year -%}
{%- endif -%}
{%- capture member_active_text -%}CCS+ Exclusive through {{ date }}{%- endcapture -%}
{%- capture coming_soon_text -%}CCS+ Exclusive starting {{ date }}{%- endcapture -%}
{%- assign member_text = member_active_text -%}
{%- if product.member_exclusive contains 'coming_soon' -%}
{%- assign member_text = coming_soon_text -%}
{%- endif -%}
{{ year }}
{{ date }}
{{ member_text }}
{%- endif -%}
{% assign crop = 'crop_height=64&crop_left=430&crop_top=472&crop_width=64' %}
{% if 'Skateboard Deck, Skateboard Complete' contains product.type %}
{% assign crop = 'crop_height=64&crop_left=230&crop_top=472&crop_width=64' %}
{% endif %}
{% for badge in productBadges %}
{% if product.tags contains badge.tag and badge.tag != 'more-colors' %}
{% if product.reviews %}
{% assign to_half = product.reviews.rating | round:1 | divided_by: 0.5 | round | times: 0.50 %}
{{ badge.collection_badge }}
{% endif %}
{% endfor %}
{%- assign option_value_data = '' -%}
{%- for option in product.options_with_values -%}
{%- if option.name == 'Title' %}{%- continue -%}{%- endif -%}
{%- unless siblingRange[product.type] contains option.name -%}{%- continue -%}{%- endunless -%}
{%- if option.values.size == 0 -%}{%- continue -%}{%- endif -%}
{%- assign option_values = option.values | sort -%}
{%- if option.values.size == 1 -%}
{%- assign option_value_data = option_values | first -%}
{%- else -%}
{%- assign option_values_last = option_values | last -%}
{%- assign option_value_data = option_values | first | append: ' - ' | append: option_values_last -%}
{%- endif -%}
{%- endfor -%}
{%- if option_value_data == '' and siblingRange[product.type] contains 'Title' -%}
{%- assign title_segments = product.title | split: ' - ' -%}
{%- endif -%}
{{- option_value_data -}}
{% for tag in product.tags %}
{% if tag contains 'Vendor' %}
{% assign vendor_tag = tag | remove: 'Vendor:' %}
{% assign vendor_collab = vendor_tag | append: ' x' %}
{% break %}
{% endif %}
{% endfor %}
{% if product.siblings.size > 0 %}
{% assign productTitle = product.title | split: ' - ' | first %}
{% else %}
{% assign productTitle = product.title | remove: product.type | split: '-' %}
{% endif %}
{% assign productTitle = product.title | split: ' - ' | first %}
{% unless product.title contains vendor_collab %}
{% assign productTitle = productTitle | remove: vendor_tag %}
{% endunless %}
{% if vendor_tag != blank %}
{{ vendor_tag }}
{% endif %}{{ productTitle }}
{% assign discount_amount = product.price | divided_by: product.compare_price | times: -100 | plus: 100 | round %} {%- capture discount_text -%} [discount]% off {%- endcapture -%}
{%- if compare_min < compare_max -%}
{%- assign before_text = 'From ' -%}
{%- endif -%}
{%- if product.compare_price > product.price and discount_amount > 10 -%}
{{ before_text }}
{{ product.price | money }}
{{ product.compare_price | money }}
{%- else -%}
{{ product.price | money }}
{%- endif -%}
{%- if discount_amount > 10 -%}
{{ discount_text | replace: '\[discount\]', discount_amount }}
{%- endif -%}
{% for i in (1..5) %}
{% endfor %}
({{ product.reviews.count }})
{% endif %}
{% unless total_pages == 1 or total_pages == 0 %}
{% endunless %}
{% assign active = 'dim' %}
{% if current_page == 1 %}
{% assign active = 'o-50 pointer-none' %}
{% endif %}
{% for i in pages %}
{% assign pageoffset = current_page | minus: i | abs %}
{% if pageoffset != 0 and pageoffset != 1 and pageoffset != 2 pageoffset != 3 %}{% continue %}{% endif %}
{% assign active = '' %}
{% if current_page == i %}
{% assign active = 'brand' %}
{% endif %}
{% assign last_page_shown = i %}
{% endfor %}
{% assign active = 'dim' %}
{% if current_page == total_pages %}
{% assign active = 'o-50 pointer-none' %}
{% endif %}
{% if last_page_shown != total_pages %}
...
{% endif %}
Loading Products
A skateboard or longboard is nothing without bearings! No, literally, it just won’t move without bearings in the wheels! There is much more to bearings than meets the eye! For a full run down check out the Bearings section in our Sicktionary! To ensure that you find the product that you like we have a huge array of bearings and carry all the classics like Bones Reds, IDS Oust Moc 5’s, and Seismic Tektons! Bearings aren’t a bad place to spend a little extra cash so if you really want to lead the pack then check out the Bones Swiss Ceramic Bearings! Or if you are a bit more budget conscious but still want a high performance ceramic bearing, check out the Daddies Ceramic Bearings with built-in spacers.
Bearings are an important part of any set up. Fortunately for riders, bearing development is a pretty strong industry outside of skateboarding alone and because the machinery exists to create just about anything, we’ve gotten some great products in return.
One thing you will notice right away when browsing through the choices of bearings is the word Abec. What is Abec? Is it a wheel? In this case, no. Abec 3, 5, 7 and 9 are ratings. They rate the precision of the ball bearings. The higher the rating, the more precise it is – with Abec 7’s being the standard in the industry. Paying attention in science class, we know that the more precise the bearings are, the smoother they’ll roll, because the parts work together better, making them faster. Going along with that, if you want a slow beginner bearing for your small child, go with an Abec 3, and if you want to win the championship race, go with the Abec 9’s.
Most people ride steel ball bearings because they are affordable, strong and have a good heat tolerance. Steel bearings come stock in pretty much every complete set up and we even have our own the Daddies Bearings to go along with all the other brands that we carry. Now, if you are looking to contribute to your high performance set up than you may want to go ahead and start looking at ceramic bearings.
Ceramic bearings have a much higher heat tolerance than steel ball bearings and they’re used commonly in the racing world. Although at first sight they are more expensive, their benefits outweigh that. Factor in high speed and high heat situations where wheels are likely to get very heated such as freeriding long hills in hot climates, and skating on ramps for long periods at a time.